15. Parcel and Parcelables
L8 28 Parcel And Parcelables SCA V2
QUIZ QUESTION::
Match the terms below with their descriptions.
ANSWER CHOICES:
|
Description |
Term |
|---|---|
Android's way of turning an object into a stream of data. |
|
Used in recreating Fragments after the app process has been destroyed. |
|
Turns a Kotlin data object with simple and Parcelable types into a Parcelable object. |
|
Parcelable objects must do this in the same order. |
SOLUTION:
|
Description |
Term |
|---|---|
|
Android's way of turning an object into a stream of data. |
|
|
Turns a Kotlin data object with simple and Parcelable types into a Parcelable object. |
|
|
Parcelable objects must do this in the same order. |
|
|
Used in recreating Fragments after the app process has been destroyed. |
Reference documentation